type github.com/jackc/pgx/v5/pgtype.encodePlanLineCodecText

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		line.go#L89: 		return encodePlanLineCodecText{}
		line.go#L113: type encodePlanLineCodecText struct{}
		line.go#L115: func (encodePlanLineCodecText) Encode(value any, buf []byte) (newBuf []byte, err error) {